home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / adcstyle110804.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-28  |  15.6 KB  |  1,093 lines

  1. /* body */
  2. body {
  3.     margin: 0 10px;
  4.     background-color: #fff;
  5.     color: #000;
  6.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  7.     }
  8.  
  9. /* links */
  10. a:link {
  11.     color: #00f;
  12.     text-decoration: none;
  13.     }
  14.  
  15. a:visited {
  16.     color: #00a;
  17.     text-decoration: none;
  18.     }
  19.  
  20. a:hover {
  21.     color: #f60;
  22.     text-decoration: underline;
  23.     }
  24.     
  25. a:active {
  26.     color: #f60;
  27.     text-decoration: underline;
  28.     }
  29.  
  30. /* html tags */
  31. th, td, ul, ol, li {
  32.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  33.     }
  34.         
  35. code, pre    {
  36.     font-family: monaco, "Courier New", courier, monospace;
  37.     font-size: 10px;
  38.     }
  39.  
  40.     /*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
  41.  
  42. * html code    {
  43.     font-size: 101%; 
  44.     }
  45.  
  46. * html pre {
  47.     font-size: 101%; 
  48.     }
  49.  
  50. h1 code, h2 code, h3 code, h4 code, th code, ol.faq li code { font-size: 95%; font-weight: normal; }
  51.  
  52. h1    {
  53.     margin: 0 0 15px 0;
  54.     padding: 0;
  55.     font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  56.     color: #000;
  57.     }
  58.     
  59. h2    {
  60.     margin: 0 0 5px 0;
  61.     padding: 0;
  62.     font-size: 16px;
  63.     color: #000;
  64.     }
  65.     
  66. #header h2 { 
  67.     margin: 0;
  68.     }
  69.     
  70. p + h2 {
  71.     margin: 20px 0 5px 0;
  72.     }
  73.  
  74. ol + h2 {
  75.     margin: 20px 0 5px 0;
  76.     }
  77.  
  78. ul + h2 {
  79.     margin: 20px 0 5px 0;
  80.     }
  81.     
  82. h3    {
  83.     margin: 0;
  84.     padding: 0;
  85.     font-size: 12px;
  86.     color: #000;
  87.     }
  88.  
  89. h3 + table {
  90.     margin: 5px 0 0 0;
  91.     }
  92.     
  93. h4    {
  94.     margin: 0;
  95.     padding: 0;
  96.     font-size: 12px;
  97.     }
  98.     
  99. h3 + h4 {
  100.     margin: 10px 0 0;
  101.     }
  102.     
  103. h6    {
  104.     margin: 0;
  105.     padding: 0;
  106.     font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  107.     color: #000;
  108.     }
  109.  
  110. p    {
  111.     margin: 0 0 10px 0;
  112.     padding: 0;
  113.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  114.     color: #000;
  115.     }
  116.     
  117. cite {
  118.     font-style: italic;
  119.     }
  120.     
  121. th {
  122.     font-weight: bold;
  123.     text-align: left;
  124.     vertical-align: top;
  125.     }
  126.     
  127. form {
  128.     margin: 0;
  129.     }
  130.     
  131. button {
  132.     margin: 3px 0 10px 0;
  133.     }
  134.     
  135. /* lists */
  136. ul    {
  137.     list-style: square outside;
  138.     margin: 0 0 0 30px;
  139.     padding: 0 0 1em 0;
  140.     }
  141.  
  142. li    {
  143.     margin-top: 3px;
  144.     }
  145.     
  146. ul ul {
  147.     margin-left: 40px;
  148.     }
  149.     
  150. ul.compressed {
  151.     margin-top: -10px;
  152.     }
  153.     
  154. ul.compressed li {
  155.     margin-top: 0;
  156.     }
  157.  
  158. ul.marketing {
  159.     padding-left: 0;
  160.     margin: 0 0 16px 0;
  161.     list-style: none;
  162.     }
  163.     
  164. ul.marketing li    {
  165.     margin-top: 0;
  166.     margin-left: 0;
  167.     margin-bottom: 2px;
  168.     font-size: 10px;
  169.     }
  170.     
  171. ol {
  172.     margin: 0 0 10px 1.5em;
  173.     padding-left: 1.5em;
  174.     }
  175.  
  176. ul.inline, ol.inline, p.inline {
  177.     margin-top: -7px;
  178.     }
  179.     
  180. ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
  181.     margin-top: 0;
  182.     }
  183.  
  184. ol.faq li {
  185.     font-weight: bold;
  186.     }
  187.     
  188. ol.steps li {
  189.     font-weight: bold;
  190.     }
  191.     
  192. ul.nav {
  193.     margin: 8px 0 0;
  194.     padding: 0;
  195.     list-style-type: none;
  196.     }
  197.  
  198. ul.nav li {
  199.     margin-top: 4px;
  200.     padding-left: 0;
  201.     }
  202.     
  203. ul.nobullet {
  204.     list-style-type: none;
  205.     margin-left: 0;
  206.     padding-left: 0;
  207.     }
  208.     
  209. ul.nobullet li {
  210.     margin: 3px 0 5px;
  211.     padding-left: 0;
  212.     }
  213.     
  214. /* images */
  215. .leftinline {
  216.     margin: 0 10px 5px 0;
  217.     float: left;
  218.     }
  219.  
  220. .rightinline {
  221.     margin: 0 0 5px 10px;
  222.     float: right;
  223.     }
  224.  
  225.  
  226. /* tables */
  227. .bumblebee {
  228.     border-top: 1px solid #919699;
  229.     border-left: 1px solid #919699;
  230.     border-right: 1px solid #919699;
  231.     }
  232.  
  233. .bumblebee td {
  234.     padding: 10px;
  235.     font-size: 10px;
  236.     }
  237.     
  238. .bumblebee th {
  239.     padding: 6px 10px;
  240.     font-size: 10px;
  241.     }
  242.     
  243. .bumblebee th a {
  244.     color: #FFF;
  245.     }
  246.     
  247. .bumblebee th a:link {
  248.     color: #FFF;
  249.     }
  250.  
  251. .bumblebee th a:visited {
  252.     color: #FFF;
  253.     }
  254.  
  255. .bumblebee th a:hover {
  256.     color: #FFF;
  257.     }
  258.     
  259. .bumblebee th a:active {
  260.     color: #FFF;
  261.     }
  262.  
  263. .bumblebee th {
  264.     background: #7E91A4;
  265.     color: #FFF;
  266.     }
  267.  
  268. .bumblebee td {
  269.     border-bottom: 1px solid #919699;
  270.     text-align: left;
  271.     vertical-align: top;
  272.     }
  273.  
  274. .bumblebeeblue {
  275.     background: #F0F5F9;
  276.     }
  277.  
  278. .bumblebeewhite {
  279.     background: #FFF;
  280.     }
  281.     
  282. .bumblebee .bumblebeeblue td.sortcolumn {
  283.     background: #DCE5EE;
  284.     }
  285.     
  286. .bumblebee .bumblebeewhite td.sortcolumn {
  287.     background: #F5F5F5;
  288.     }
  289.     
  290. .bumblebee th.sortcolumn {
  291.     background: #334455;
  292.     }
  293.     
  294. .bumblebeetop {
  295.     border-top: 1px solid #919699;
  296.     border-left: 1px solid #919699;
  297.     border-right: 1px solid #919699;
  298.     background: #E2E2E2;
  299.     }
  300.     
  301. .bumblebeetop td{
  302.     padding: 10px;
  303.     }
  304.  
  305. table.bumblebeetop select { width: 230px;}
  306.  
  307. .bumblebeetop td.display { border-left: 1px solid #a1a5a9;}
  308.  
  309. .bumblebeetop .pagenav td {padding: 5px 10px; font-size: 10px; border-top: 1px solid #a1a5a9;}
  310. .bumblebee .pagenav td {padding: 5px 10px; font-size: 10px; background: #E2E2E2;}
  311. .bumblebee .pagenav td.rightcolumn { text-align: right;}
  312.  
  313. td.middle, th.middle {
  314.     vertical-align: middle;
  315.     }
  316.     
  317. td.top, th.top {
  318.     vertical-align: top;
  319.     }
  320.     
  321. td.bottom, th.bottom {
  322.     vertical-align: bottom;
  323.     }
  324.     
  325. td.center, th.center {
  326.     text-align: center;
  327.     }
  328.     
  329. td.right, th.right {
  330.     text-align: right;
  331.     }
  332.     
  333. .smalltable td p {
  334.     font-size: 11px;
  335.     }
  336.  
  337.     
  338. .graybox {
  339.     border-top: 1px solid #919699;
  340.     border-left: 1px solid #919699;
  341.     margin-bottom: 10px;
  342.     }
  343.     
  344. .graybox th {
  345.     padding: 4px 8px 4px 8px;
  346.     background: #E2E2E2;
  347.     font-size: 12px;
  348.     font-weight: bold;
  349.     border-bottom: 1px solid #919699;
  350.     border-right: 1px solid #919699;
  351.     }
  352.     
  353. .graybox td {
  354.     padding: 8px;
  355.     font-size: 12px;
  356.     text-align: left;
  357.     vertical-align: top;
  358.     border-bottom: 1px solid #919699;
  359.     border-right: 1px solid #919699;
  360.     }
  361.     
  362. .graybox table td {
  363.     border: none;
  364.     padding: 0;
  365.     vertical-align: middle;
  366.     }
  367.  
  368. .marketingbox {
  369.     width: 100%;
  370.     border: 1px solid #a1a5a9;
  371.     }
  372.  
  373. .marketingbox th {
  374.     padding: 4px 8px 4px 8px;
  375.     background: #C83808;
  376.     font-size: 12px;
  377.     font-weight: bold;
  378.     color: #FFF;
  379.     }
  380.  
  381. .marketingbox td {
  382.     padding: 8px 8px 0 8px;
  383.     text-align: left;
  384.     vertical-align: top;
  385.     }
  386.     
  387. .documentationtable {
  388.     border: none;
  389.     }
  390.  
  391. .documentationtable td {
  392.     border-bottom: 1px solid #919699;
  393.     text-align: left;
  394.     vertical-align: top;
  395.     padding: 8px 0 5px 0;
  396.     }
  397.     
  398. .documentationtable p {
  399.     margin-bottom: 8px;
  400.     }
  401.     
  402. .documentationtable .bottom{
  403.     border: 0;
  404.     }
  405.         
  406. .businesstable {
  407.     border: none;
  408.     }
  409.  
  410. .businesstable td {
  411.     text-align: left;
  412.     font-size: 10px;
  413.     vertical-align: top;
  414.     padding: 5px 0 10px 0;
  415.     }
  416.     
  417. .documentationtable p {
  418.     font-size: 10px;
  419.     }
  420.  
  421. p.viewall { font-size: 11px; font-weight: bold;}
  422. p.viewlegacytech { font-size: 11px; }
  423.  
  424. table.download {
  425.     border: 1px solid #919699;
  426.     margin-bottom: 10px;
  427.     }
  428.  
  429. table.download th {
  430.     padding: 6px 10px 6px 10px;
  431.     font-size: 10px;
  432.     background: #7E91A4;
  433.     color: #FFF;
  434.     }
  435.  
  436. table.download td {
  437.     font-size: 12px;
  438.     text-align: left;
  439.     vertical-align: top;
  440.     }
  441.  
  442. table.download .title td {
  443.     border-top: 1px solid #919699;
  444.     background: #F0F5F9;
  445.     padding: 6px 10px 6px 10px;
  446.     }
  447.  
  448. table.download .title.sub td{
  449.     border-top: none;
  450.     }
  451.     
  452. table.download .description {
  453.     padding: 10px;
  454.     }
  455.     
  456. table.download .title td.sortcolumn {
  457.     background: #DCE5EE;
  458.     }
  459.     
  460. table.download .description td.sortcolumn {
  461.     background: #F5F5F5;
  462.     }
  463.     
  464. table.download th.sortcolumn {
  465.     background: #334455;
  466.     }
  467.  
  468. table.download th a {
  469.     color: #FFF;
  470.     }
  471.  
  472. table.downloadtop {
  473.     border-top: 1px solid #919699;
  474.     border-left: 1px solid #919699;
  475.     border-right: 1px solid #919699;
  476.     background: #E2E2E2;
  477.     }
  478.     
  479. table.downloadtop td{
  480.     padding: 10px 0px 10px 10px;
  481.     }
  482.  
  483.  
  484. /* rounded corner tables */
  485. .bigboxtop {
  486.     background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
  487.     }
  488.  
  489. .bigboxleft {
  490.     background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
  491.     }
  492.  
  493. .bigboxright {
  494.     background: #FFF url(/images/bigboxright.gif) repeat-y top left;
  495.     }
  496.  
  497. .bigboxbottom {
  498.     background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
  499.     }
  500.     
  501. .boxtop {
  502.     background: #FFF url(/images/boxtop.gif) repeat-x top left;
  503.     }
  504.  
  505. .boxleft {
  506.     background: #FFF url(/images/boxleft.gif) repeat-y top left;
  507.     }
  508.  
  509. .boxright {
  510.     background: #FFF url(/images/boxright.gif) repeat-y top left;
  511.     }
  512.  
  513. .boxbottom {
  514.     background: #FFF url(/images/boxbottom.gif) repeat-x top left;
  515.     }
  516.  
  517.  
  518. /* general classes */
  519. .contentpadding {
  520.     padding: 0 10px;
  521.     }
  522.     
  523. .smalltext {
  524.     font-size: 10px;
  525.     }
  526.     
  527. .blueheader {
  528.     color: #FFF;
  529.     background: #7E91A4;
  530.     padding: 3px 0 3px 7px;
  531.     }
  532.  
  533. .sourcecodebox {
  534.     border: 1px solid #c7cfd5;
  535.     background: #f1f5f9;
  536.     margin: 20px 0;
  537.     padding: 8px;
  538.     text-align: left;
  539.     }
  540.     
  541. .notebox {
  542.     border: 1px solid #a1a5a9;
  543.     background: #f7f7f7;
  544.     margin: 20px 0;
  545.     padding: 8px;
  546.     text-align: left;
  547.     }
  548.     
  549. .importantbox {
  550.     border: 1px solid #111;
  551.     background: #e8e8e8;
  552.     margin: 20px 0;
  553.     padding: 8px;
  554.     text-align: left;
  555.     }
  556.     
  557. .warningbox {
  558.     border: 1px solid #000;
  559.     background: #fff;
  560.     margin: 20px 0;
  561.     padding: 8px;
  562.     text-align: left;
  563.     }
  564.     
  565. .warningbox img.warningicon { 
  566.     float: left; 
  567.     margin-top: 3px;
  568.     }
  569.  
  570. .warningbox p { 
  571.     margin: 0 0 0 30px
  572.     }
  573.  
  574. div.clearer {
  575.     clear: both; 
  576.     display: block; 
  577.     margin: 0; 
  578.     padding: 0; 
  579.     height: 0; 
  580.     line-height: 1px; 
  581.     font-size: 1px;
  582.     }
  583.     
  584. .gray {
  585.     color: #787c7f;
  586.     }
  587.     
  588. #footnote h3, #footnote p {
  589.     color: #76797C;
  590.     font-size: 11px;
  591.     }
  592.  
  593. .footnote, .footnote li {
  594.     font-size: 11px;
  595.     color: #76797C;
  596.     }
  597.     
  598. .editorial {
  599.     font-style: italic;
  600.     margin: 20px 0;
  601.     }
  602.     
  603. .libindex {
  604.     border-bottom: 1px solid #939393;
  605.     padding: 0 3px;
  606.     background-color: #DADADA;
  607.     margin: 0 1px;
  608.     }
  609.  
  610. /* forms */
  611. #forms input {
  612.     vertical-align: middle;
  613.     padding: 0;
  614.     margin: 0 0 5px 0;
  615.     }
  616.  
  617. #forms select {
  618.     vertical-align: middle;
  619.     padding: 0;
  620.     margin: 0 0 3px 0;
  621.     }
  622.  
  623. #forms .widefield, #advsearch .widefield {
  624.     width: 98%;
  625.     margin-bottom: 5px;
  626.     }
  627.  
  628. #forms .halffield {
  629.     width: 50%;
  630.     margin-bottom: 5px;
  631.     }
  632.  
  633. #forms .extraspace {
  634.     padding-bottom: 8px;
  635.     }
  636.  
  637. #forms .quarterfield {
  638.     width: 25%;
  639.     margin-bottom: 5px;
  640.     }
  641.     
  642. #forms .inputbutton, #advsearch .inputbutton {
  643.     margin: 5px 0 10px 0;
  644.     border: 0;
  645.     }
  646.     
  647. #forms .checkbox, #advsearch .checkbox {
  648.     margin: 0 5px 0 0;
  649.     vertical-align: baseline;
  650.     }
  651.     
  652. #forms .radio {
  653.     margin: 0 5px 0 0;
  654.     vertical-align: baseline;
  655.     }
  656.     
  657. #forms textarea {
  658.     margin: 0 0 10px 0;
  659.     width: 100%;
  660.     }
  661.     
  662. #forms p {
  663.     margin-top: 7px;
  664.     }
  665.     
  666. #forms .buttonlists {
  667.     line-height: 20px;
  668.     }
  669.     
  670. #forms .buttondescription {
  671.     line-height: 15px;
  672.     margin: -10px 10px 5px 20px;
  673.     font-size: 10px;
  674.     }
  675.  
  676.  
  677. /* header */
  678. #adcnavheader td {
  679.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  680.     }
  681.  
  682. #adcnavheader input {
  683.     margin: 0 3px 0 0;
  684.     padding: 0;
  685.     }
  686.  
  687. #adcnavheader .textpadding {
  688.     padding-top: 2px;
  689.     vertical-align: middle;
  690.     }
  691.     
  692. #adcnavheader .searchbutton {
  693.     border: 0;
  694.     }
  695.  
  696.  
  697. /* breadcrumb */
  698. #breadcrumb td {
  699.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  700.     }
  701.  
  702. #breadcrumb form {
  703.     margin: 0;
  704.     }
  705.     
  706. #breadcrumb select {
  707.     vertical-align:  middle;
  708.     }
  709.  
  710.  
  711. /* sidebar */
  712. #sidebar h2, .swlsidebar h2 {
  713.     font-size: 12px;
  714.     }
  715.     
  716. #sidebar h3, #sidebar h4, .swlsidebar h3, .swlsidebar h4 {
  717.     font-size: 12px;
  718.     }
  719.     
  720. #sidebar p, #sidebar ol, #sidebar ul, .swlsidebar p, .swlsidebar ol, .swlsidebar ul {
  721.     font-size: 11px;
  722.     }
  723.  
  724. #sidebar ul, .swlsidebar ul {
  725.     margin-left: 16px;
  726.     padding-left: 0;
  727.     }
  728.  
  729. #sidebar li, .swlsidebar li {
  730.     font-size: 11px;
  731.     margin-top: 2px;
  732.     }
  733.     
  734. #sidebar ul.nav, .swlsidebar ul.nav {
  735.     margin: 8px 0 0;
  736.     padding: 0;
  737.     list-style-type: none;
  738.     }
  739.  
  740. #sidebar ul.nav li, .swlsidebar ul.nav li {
  741.     margin-top: 4px;
  742.     padding-left: 0;
  743.     background: none;
  744.     }
  745.  
  746. /* footer */
  747. #footer td, #footer p {
  748.     font-size: 10px;
  749.     }
  750.     
  751. #footer {margin-top: 24px;
  752.     }
  753.     
  754. .footerbreadcrumb {
  755.     font-size: 10px;
  756.     }
  757.  
  758. /* 404 page definitions*/
  759. #notfound h2 {
  760.     font-size: 12px;
  761.     }
  762.     
  763. #notfound h3, #notfound h4 {
  764.     font-size: 12px;
  765.     }
  766.     
  767. #notfound p, #notfound ul {
  768.     font-size: 10px;
  769.     }
  770.  
  771. #notfound ul {
  772.     margin: 0 0 15px 0;
  773.     padding-left: 0;
  774.     list-style-type: none;
  775.     }
  776.  
  777. #notfound ul li {
  778.     font-size: 10px;
  779.     margin: 3px 0 0 0;
  780.     padding-left: 0;
  781.     background: none;
  782.     }
  783.     
  784. #notfound ul ul {
  785.     margin-top: 0;
  786.     margin-left: 16px;
  787.     list-style: square outside;
  788.     }
  789.  
  790. #notfound ul ul li {
  791.     margin-left: 0;
  792.     padding-left: 0;
  793.     }
  794.  
  795. li.sectionbreak {
  796.     margin-bottom: 15px;
  797.     }
  798.  
  799. /* advanced search */
  800. #advsearch h4 {
  801.     margin-bottom: 10px;
  802.     }
  803.     
  804. #advsearch p {
  805.     line-height: 20px;
  806.     }
  807.     
  808. /* contact page */
  809. .iconlinks td {
  810.     font-size: 11px;
  811.     }
  812.     
  813. /* search results */
  814. .boxtop7e91a4 {
  815.     background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
  816.     }
  817.  
  818. .boxtopleft7e91a4 {
  819.     background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
  820.     }
  821.  
  822. .boxtopright7e91a4 {
  823.     background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
  824.     }
  825.  
  826. .boxbottom7e91a4 {
  827.     background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
  828.     }
  829.  
  830. .filesize {
  831.     color: #7F8285;
  832.     }
  833.  
  834. tr.results th, tr.results td {
  835.     font-size: 12px;
  836.     color: #FFF;
  837.     background-color: #7e91a4;
  838.     font-weight: normal;
  839.     }
  840.  
  841. tr.results a {
  842.     color: #FFF;
  843.     font-weight: bold;
  844.     }
  845.     
  846. .oddrow {
  847.     background-color: #ffffff;
  848.     }
  849.     
  850. .evenrow {
  851.     background-color: #f0f5f9;
  852.     }
  853.  
  854. /* software licensing descriptions */
  855. .swlleftrule {
  856.     border-left: 1px solid #A1A5A9;
  857.     padding-left: 10px;
  858.     padding-right: 10px;
  859.     }    
  860.  
  861. .swlsidebar {
  862.     padding-right: 10px;
  863.     }
  864.  
  865. /* narrative */
  866. #narrative blockquote {
  867.     margin: 0 20px 10px 20px;
  868.     color: #3972B8;
  869.     }
  870.  
  871. #narrative .pullquote {
  872.     font-size: 17px;
  873.     color: #FFF;
  874.     padding: 8px;
  875.     background-color: #3972B8;
  876.     border: 1px solid #000;
  877.     }
  878.     
  879. #narrative.color779D90 blockquote {
  880.     color: #779D90;
  881.     }
  882.     
  883. #narrative.color779D90 .pullquote {
  884.     background-color: #779D90;
  885.     }
  886.  
  887. #narrative.color3C6E6E blockquote {
  888.     color: #3C6E6E;
  889.     }
  890.     
  891. #narrative.color3C6E6E .pullquote {
  892.     background-color: #3C6E6E;
  893.     }
  894.  
  895. #narrative.color6D8042 blockquote {
  896.     color: #6D8042;
  897.     }
  898.     
  899. #narrative.color6D8042 .pullquote {
  900.     background-color: #6D8042;
  901.     }
  902.  
  903. #narrative.color3E583D blockquote {
  904.     color: #3E583D;
  905.     }
  906.     
  907. #narrative.color3E583D .pullquote {
  908.     background-color: #3E583D;
  909.     }
  910.  
  911. #narrative.color9AB0C5 blockquote {
  912.     color: #9AB0C5;
  913.     }
  914.     
  915. #narrative.color9AB0C5 .pullquote {
  916.     background-color: #9AB0C5;
  917.     }
  918.  
  919. #narrative.color3972B8 blockquote {
  920.     color: #3972B8;
  921.     }
  922.     
  923. #narrative.color3972B8 .pullquote {
  924.     background-color: #3972B8;
  925.     }
  926.  
  927. #narrative.color3C6C9D blockquote {
  928.     color: #3C6C9D;
  929.     }
  930.     
  931. #narrative.color3C6C9D .pullquote {
  932.     background-color: #3C6C9D;
  933.     }
  934.  
  935. #narrative.color7A6B94 blockquote {
  936.     color: #7A6B94;
  937.     }
  938.     
  939. #narrative.color7A6B94 .pullquote {
  940.     background-color: #7A6B94;
  941.     }
  942.     
  943. #narrative.color50395C blockquote {
  944.     color: #50395C;
  945.     }
  946.     
  947. #narrative.color50395C .pullquote {
  948.     background-color: #50395C;
  949.     }
  950.     
  951. #narrative.color812A28 blockquote {
  952.     color: #812A28;
  953.     }
  954.     
  955. #narrative.color812A28 .pullquote {
  956.     background-color: #812A28;
  957.     }
  958.  
  959.     
  960.     
  961. /* source code */
  962. #scdetails p {
  963.     line-height: 17px;
  964.     }
  965.     
  966. #scdetails select {
  967.     vertical-align: middle;
  968.     padding: 0;
  969.     margin: 0;
  970.     }
  971.     
  972. #scdetails input {
  973.     vertical-align: middle;
  974.     padding: 0;
  975.     margin: 0;
  976.     }
  977.  
  978. /* Technology Pages */
  979.     
  980. #techstart {
  981.     float: right;
  982.     width: 125px;
  983.     font-size: 10px;
  984.     line-height: 15px;
  985.     padding: 8px 10px 10px;
  986.     margin: 0 10px 5px 10px;
  987.     border: 1px solid #a1a5a9;
  988.     background-color: #f1f1f1;
  989.     }
  990.     
  991. #techstart h3 {
  992.     font-size: 12px;
  993.     margin-bottom: 3px;
  994.     }
  995.     
  996. #techlist {
  997.     font-size: 11px;
  998.     margin: 0 0 15px;
  999.     }
  1000.     
  1001. #techlist h2 {
  1002.     position: relative;
  1003.     font-size: 12px;
  1004.     padding: 0 0 9px 35px;
  1005.     margin: 20px 0 5px;
  1006.     background: url(/images/bg_tech_h2.gif) repeat-x bottom left;
  1007.     }
  1008.     
  1009. #techlist h2 img {
  1010.     position: absolute;
  1011.     left: 0;
  1012.     bottom: 1%;
  1013.     }
  1014.  
  1015.     /* hack for various IEs \*/
  1016.     #techlist img {
  1017.         bottom: 0;
  1018.         }
  1019.     
  1020.     * html #techlist h2 {
  1021.         height: 100%;
  1022.         }
  1023.     /* end hack */
  1024.  
  1025.     
  1026. #techlist p, #techlist h3, #techlist li {
  1027.     font-size: 11px;
  1028.     }
  1029.     
  1030. #techlist ul.inlinebottom { padding-bottom: 0;}
  1031.     
  1032. #techlist h4 {
  1033.     font-weight: bold;
  1034.     color: #000;
  1035.     font-size: 11px;
  1036.     }
  1037.     
  1038. #techchild h2 {
  1039.     padding-bottom: 5px;
  1040.     border-bottom: 1px solid #a1a5a9;
  1041.     margin-bottom: 10px;
  1042.     }    
  1043.  
  1044. #techchild h3 {
  1045.     font-weight: normal;
  1046.     }
  1047.         
  1048. .sidebartable {
  1049.     border: 1px solid #a1a5a9;
  1050.     margin-bottom: 10px;
  1051.     }
  1052.     
  1053. .sidebartable th {
  1054.     padding: 4px 8px 4px 10px;
  1055.     background: #DBDBDB;
  1056.     font-size: 12px;
  1057.     font-weight: bold;
  1058.     border-bottom: 1px solid #a1a5a9;
  1059.     }
  1060.     
  1061. .sidebartable td {
  1062.     padding: 0 10px 10px;
  1063.     font-size: 11px;
  1064.     text-align: left;
  1065.     vertical-align: top;
  1066.     }
  1067.     
  1068. .sidebartable h2, .sidebartable p, .sidebartable ul {
  1069.     margin: 10px 0 2px;
  1070.     padding: 0;
  1071.     }
  1072.     
  1073. .sidebartable table td {
  1074.     border: none;
  1075.     padding: 0;
  1076.     vertical-align: middle;
  1077.     }
  1078.     
  1079. h3.nolist { margin-bottom: 5px;}
  1080.  
  1081. /* Translation Footer */
  1082. #trfooter {border-top: 1px solid #a1a5a9; margin: 28px auto -22px; width: 680px; padding-top: 5px;}
  1083. #trfooter h3{
  1084.     display: inline; vertical-align: top;}
  1085.  
  1086. #trfooter ul {
  1087.     display: inline; list-style: none outside; margin: 0; padding: 0;
  1088.     }
  1089.     
  1090. #trfooter li { display: inline; padding: 0 5px;}
  1091.     
  1092.     
  1093.